-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove nx-cugraph
build/test/publish from cugraph
#4748
Remove nx-cugraph
build/test/publish from cugraph
#4748
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! This looks perfect, this should be enough to ensure we don't publish any more nx-cugraph
24.12 nightlies to the nightly PyPI index / rapidsai-nightly
conda channel.
Up to you two, but I'd wait to merge this until we're ready to publish from the nx-cugraph
repo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we delete this FIXME now and PY_IGNORE_IMPORTMISMATCH=1
? Or is this needed for other libraries?
Lines 30 to 34 in 2d1189b
# FIXME: Adding PY_IGNORE_IMPORTMISMATCH=1 to workaround conftest.py import | |
# mismatch error seen by nx-cugraph after using pytest 8 and | |
# --import-mode=append. | |
RAPIDS_DATASET_ROOT_DIR=`pwd`/datasets \ | |
PY_IGNORE_IMPORTMISMATCH=1 \ |
Also, for posterity / reminder-to-self, docs are still in the cugraph
repo:
cugraph/ci/release/update-version.sh
Line 121 in 2d1189b
sed_runner "s/branch-[0-9][0-9].[0-9][0-9]/branch-${NEXT_SHORT_TAG}/" ./docs/cugraph/source/nx_cugraph/nx_cugraph.md |
I don't consider these blockers, so I'm going ahead and approving 🚀
/merge |
In the 24.12 release, `nx-cugraph` is moving to its own repo: * https://github.com/rapidsai/nx-cugraph * rapidsai/cugraph#4748 This updates the 24.12 metadata to reflect that.
Similar to #4748, but for `cugraph-dgl` and `cugraph-pyg`. This PR removes all building, publishing, and testing code related to `cugraph-dgl` and `cugraph-pyg`. Those projects will very soon start publishing packages from https://github.com/rapidsai/cugraph-gnn instead. Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Ralph Liu (https://github.com/nv-rliu) - Bradley Dice (https://github.com/bdice) URL: #4752
Closes https://github.com/rapidsai/graph_dl/issues/646
As part of the repo migration effort, this PR removes steps relevant to build/test/publish of
nx-cugraph
from this repo.Changes are ready but just to be safe DO NOT MERGE until we begin publishing packages from the new repo.